Added -vv to the list of options printed by cargo and its sub commands.
authorEric D. Reichert <eric@reichertconsulting.com>
Mon, 5 Dec 2016 14:09:41 +0000 (09:09 -0500)
committerEric D. Reichert <eric@reichertconsulting.com>
Mon, 12 Dec 2016 02:28:39 +0000 (21:28 -0500)
28 files changed:
src/bin/bench.rs
src/bin/build.rs
src/bin/cargo.rs
src/bin/clean.rs
src/bin/doc.rs
src/bin/fetch.rs
src/bin/generate_lockfile.rs
src/bin/git_checkout.rs
src/bin/init.rs
src/bin/install.rs
src/bin/login.rs
src/bin/metadata.rs
src/bin/new.rs
src/bin/owner.rs
src/bin/package.rs
src/bin/pkgid.rs
src/bin/publish.rs
src/bin/read_manifest.rs
src/bin/run.rs
src/bin/rustc.rs
src/bin/rustdoc.rs
src/bin/search.rs
src/bin/test.rs
src/bin/uninstall.rs
src/bin/update.rs
src/bin/verify_project.rs
src/bin/version.rs
src/bin/yank.rs

index 774b3003cf7aaa77b7411036a9b5e89f2463ee04..f1dc5e54b9772d7b57a3f76d1ab233b6e32dfa82 100644 (file)
@@ -48,7 +48,7 @@ Options:
     --no-default-features        Do not build the `default` feature
     --target TRIPLE              Build for the target triple
     --manifest-path PATH         Path to the manifest to build benchmarks for
-    -v, --verbose ...            Use verbose output
+    -v, --verbose ...            Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                  No output printed to stdout
     --color WHEN                 Coloring: auto, always, never
     --message-format FMT         Error format: human, json [default: human]
index 7e6688b410fe9295211b9963689d9d13a0fa6c8e..0544b6383adcad73c2d302e648074ac733dd1138 100644 (file)
@@ -49,7 +49,7 @@ Options:
     --no-default-features        Do not build the `default` feature
     --target TRIPLE              Build for the target triple
     --manifest-path PATH         Path to the manifest to compile
-    -v, --verbose ...            Use verbose output
+    -v, --verbose ...            Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                  No output printed to stdout
     --color WHEN                 Coloring: auto, always, never
     --message-format FMT         Error format: human, json [default: human]
index 56a03a01011db1f4e824259497da68246df7faef..30101544678fa0532957fffeca2597f10913870d 100644 (file)
@@ -43,7 +43,7 @@ Options:
     -V, --version       Print version info and exit
     --list              List installed commands
     --explain CODE      Run `rustc --explain CODE`
-    -v, --verbose ...   Use verbose output
+    -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet         No output printed to stdout
     --color WHEN        Coloring: auto, always, never
     --frozen            Require Cargo.lock and cache are up to date
index 35146c687af92a0bcab9fad1c46985cfa4d66c07..482e891978cbca83edc87532ac6fea4b8ef9a3aa 100644 (file)
@@ -30,7 +30,7 @@ Options:
     --manifest-path PATH         Path to the manifest to the package to clean
     --target TRIPLE              Target triple to clean output for (default all)
     --release                    Whether or not to clean release artifacts
-    -v, --verbose ...            Use verbose output
+    -v, --verbose ...            Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                  No output printed to stdout
     --color WHEN                 Coloring: auto, always, never
     --frozen                     Require Cargo.lock and cache are up to date
index f8b434247a9b17315395ce8bd2cddb949a4f968e..35e7601bf06eec8d6b97edd11a020a9e473eaf45 100644 (file)
@@ -45,7 +45,7 @@ Options:
     --no-default-features        Do not build the `default` feature
     --target TRIPLE              Build for the target triple
     --manifest-path PATH         Path to the manifest to document
-    -v, --verbose ...            Use verbose output
+    -v, --verbose ...            Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                  No output printed to stdout
     --color WHEN                 Coloring: auto, always, never
     --message-format FMT         Error format: human, json [default: human]
index 877d53869a6fff5897e676300f02db61f269a31c..01bca5f51546a2f1b2446862f95461928fc225f9 100644 (file)
@@ -22,7 +22,7 @@ Usage:
 Options:
     -h, --help               Print this message
     --manifest-path PATH     Path to the manifest to fetch dependencies for
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index 40717435f04cca2ddb49b7040e39493512b358ab..70365505fe4947b85712ed80d11465850ac441a3 100644 (file)
@@ -24,7 +24,7 @@ Usage:
 Options:
     -h, --help               Print this message
     --manifest-path PATH     Path to the manifest to generate a lockfile for
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index 268776c7b7456aec087328f81928fb8e79b6e2e7..f2e9f609159c287e8332c3a4868583fb98e15f06 100644 (file)
@@ -22,7 +22,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index 1b69a2204deb928a715188e1f6b0b96c12ea851a..d585ce03dfad053ab7cef6d2d3d7a21b62aaa440 100644 (file)
@@ -32,7 +32,7 @@ Options:
     --bin               Use a binary (application) template
     --lib               Use a library template
     --name NAME         Set the resulting package name
-    -v, --verbose ...   Use verbose output
+    -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet         No output printed to stdout
     --color WHEN        Coloring: auto, always, never
     --frozen            Require Cargo.lock and cache are up to date
index c27db56ffaf9372237ccaa4d9a49a8adec5c66d8..448e17419be1f7e33eeb792cb867eb5b77353c5f 100644 (file)
@@ -57,7 +57,7 @@ Build and install options:
     --bin NAME                Only install the binary NAME
     --example EXAMPLE         Install the example EXAMPLE instead of binaries
     --root DIR                Directory to install packages into
-    -v, --verbose ...         Use verbose output
+    -v, --verbose ...         Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet               Less output printed to stdout
     --color WHEN              Coloring: auto, always, never
     --frozen                  Require Cargo.lock and cache are up to date
index 6bb3618da1f4b94e85acccf914915f01f3d75273..1202c82aaa8bcdfc9e7ba9220d5d6548b33dea2a 100644 (file)
@@ -26,7 +26,7 @@ Usage:
 Options:
     -h, --help               Print this message
     --host HOST              Host to set the token for
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index 7971d0707b7a32b32fd184fe3782f70817443b8f..f7be16c575f15775564f886b1eb677d73521802e 100644 (file)
@@ -35,7 +35,7 @@ Options:
     --manifest-path PATH       Path to the manifest
     --format-version VERSION   Format version [default: 1]
                                Valid values: 1
-    -v, --verbose ...          Use verbose output
+    -v, --verbose ...          Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                No output printed to stdout
     --color WHEN               Coloring: auto, always, never
     --frozen                   Require Cargo.lock and cache are up to date
index 7b7ab664ba1bf869d99d584f09d834bc33270f28..d0bd8103973fd4f1cf82e2f0ace6be53ee60e111 100644 (file)
@@ -32,7 +32,7 @@ Options:
     --bin               Use a binary (application) template
     --lib               Use a library template
     --name NAME         Set the resulting package name
-    -v, --verbose ...   Use verbose output
+    -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet         No output printed to stdout
     --color WHEN        Coloring: auto, always, never
     --frozen            Require Cargo.lock and cache are up to date
index 4c6976aa7d165084a52763d960ebb4d575e1f868..10fd84f8c2e05da8e4f14ef21d134b9d261c75cf 100644 (file)
@@ -29,7 +29,7 @@ Options:
     -l, --list               List owners of a crate
     --index INDEX            Registry index to modify owners for
     --token TOKEN            API token to use when authenticating
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index f3f95a99c644123efceb9d6e369ed1f376b9d97e..0292bb7ba99c72d5c55cf5d15ef67100438472ed 100644 (file)
@@ -32,7 +32,7 @@ Options:
     --allow-dirty           Allow dirty working directories to be packaged
     --manifest-path PATH    Path to the manifest to compile
     -j N, --jobs N          Number of parallel jobs, defaults to # of CPUs
-    -v, --verbose ...       Use verbose output
+    -v, --verbose ...       Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet             No output printed to stdout
     --color WHEN            Coloring: auto, always, never
     --frozen                Require Cargo.lock and cache are up to date
index e18a505bf58c3b6fde0461a0784da8e36fd34437..536cfa1990625419e81759ec046cf199b41c4f92 100644 (file)
@@ -25,7 +25,7 @@ Options:
     -h, --help               Print this message
     -p SPEC, --package SPEC  Argument to get the package id specifier for
     --manifest-path PATH     Path to the manifest to the package to clean
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index 56db84d17662267b895042fc1c8a471ebe7f58c4..1228b294e1497be041989eb93aa2a940fcff11f9 100644 (file)
@@ -34,7 +34,7 @@ Options:
     --manifest-path PATH     Path to the manifest of the package to publish
     -j N, --jobs N           Number of parallel jobs, defaults to # of CPUs
     --dry-run                Perform all checks without uploading
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --frozen                 Require Cargo.lock and cache are up to date
index dfff8a78e1b8cfe3ab978eeb05aad293cc6574a5..a663cda4a7abffdcadf9fcff4b3f284560615c32 100644 (file)
@@ -20,7 +20,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -v, --verbose            Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     --manifest-path PATH     Path to the manifest
     --color WHEN             Coloring: auto, always, never
 ";
index 1e7089a75722bbed7d9f66580f00de49b8ca8950..45f1cd9404b97963539e423bb17fea5afba5f18d 100644 (file)
@@ -40,7 +40,7 @@ Options:
     --no-default-features   Do not build the `default` feature
     --target TRIPLE         Build for the target triple
     --manifest-path PATH    Path to the manifest to execute
-    -v, --verbose ...       Use verbose output
+    -v, --verbose ...       Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet             No output printed to stdout
     --color WHEN            Coloring: auto, always, never
     --message-format FMT    Error format: human, json [default: human]
index a73088bfd64ad2b04362190d7879ad4cce80d33f..9de83c46ee289149e8b516776d731c7b78fdab10 100644 (file)
@@ -52,7 +52,7 @@ Options:
     --no-default-features    Do not compile default features for the package
     --target TRIPLE          Target triple which compiles will be for
     --manifest-path PATH     Path to the manifest to fetch dependencies for
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --message-format FMT     Error format: human, json [default: human]
index 0d159f47a8e8cf9e1995f8b6e6c83538652d067d..8591ecee49528750854e427149dc927a85a6512b 100644 (file)
@@ -50,7 +50,7 @@ Options:
     --no-default-features    Do not build the `default` feature
     --target TRIPLE          Build for the target triple
     --manifest-path PATH     Path to the manifest to document
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --message-format FMT     Error format: human, json [default: human]
index eebe34988fbbcf0e5d21d3db364aef25c021f20c..5bc518f659f9e7845852bbdbcf0dd4d6b240c23d 100644 (file)
@@ -25,7 +25,7 @@ Usage:
 Options:
     -h, --help               Print this message
     --host HOST              Host of a registry to search in
-    -v, --verbose ...        Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet              No output printed to stdout
     --color WHEN             Coloring: auto, always, never
     --limit LIMIT            Limit the number of results (default: 10, max: 100)
index c28ff8fc431308c2707b147a190eef3ba984e69d..4401dc1d99a4f2dba93ee9907b77ffe25ceb4a5a 100644 (file)
@@ -53,7 +53,7 @@ Options:
     --no-default-features        Do not build the `default` feature
     --target TRIPLE              Build for the target triple
     --manifest-path PATH         Path to the manifest to build tests for
-    -v, --verbose ...            Use verbose output
+    -v, --verbose ...            Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                  No output printed to stdout
     --color WHEN                 Coloring: auto, always, never
     --message-format FMT         Error format: human, json [default: human]
index b5c827e7a4fd72c4a5df2d76fd499e594f51721e..9f3c33af121bbb686ca976735bbb1d9ba83251c0 100644 (file)
@@ -25,7 +25,7 @@ Options:
     -h, --help                Print this message
     --root DIR                Directory to uninstall packages from
     --bin NAME                Only uninstall the binary NAME
-    -v, --verbose ...         Use verbose output
+    -v, --verbose ...         Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet               Less output printed to stdout
     --color WHEN              Coloring: auto, always, never
     --frozen                  Require Cargo.lock and cache are up to date
index 6cf1e79864c1844374d0bb381016255872bc519e..ede94bb0f79fa6e475f3b084d2f93aa2806ee313 100644 (file)
@@ -30,7 +30,7 @@ Options:
     --aggressive                 Force updating all dependencies of <name> as well
     --precise PRECISE            Update a single dependency to exactly PRECISE
     --manifest-path PATH         Path to the crate's manifest
-    -v, --verbose ...            Use verbose output
+    -v, --verbose ...            Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet                  No output printed to stdout
     --color WHEN                 Coloring: auto, always, never
     --frozen                     Require Cargo.lock and cache are up to date
index 726e1ab358b7ec1bc1ff59256903814e47bbf0bf..be498942a1b2943001b03ffaf353dad4f12e483d 100644 (file)
@@ -30,7 +30,7 @@ Usage:
 Options:
     -h, --help              Print this message
     --manifest-path PATH    Path to the manifest to verify
-    -v, --verbose ...       Use verbose output
+    -v, --verbose ...       Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet             No output printed to stdout
     --color WHEN            Coloring: auto, always, never
     --frozen                Require Cargo.lock and cache are up to date
index 24ef5aea3cbc819d91dd39e33b2d5d8c957b5386..d809d1ddd94c75388ded3638657cda1c9a305b9f 100644 (file)
@@ -14,7 +14,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -v, --verbose            Use verbose output
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
     --color WHEN             Coloring: auto, always, never
 ";
 
index 760e8cb80b0e1ae3ef97252a5ac8845ff277797d..d7fdf7752977d25f07a63b4c790dba30db974b5d 100644 (file)
@@ -27,7 +27,7 @@ Options:
     --undo              Undo a yank, putting a version back into the index
     --index INDEX       Registry index to yank from
     --token TOKEN       API token to use when authenticating
-    -v, --verbose ...   Use verbose output
+    -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet         No output printed to stdout
     --color WHEN        Coloring: auto, always, never
     --frozen            Require Cargo.lock and cache are up to date